/*
Author: Nuj
Version: 1.0.0
Date:2015.3.23
*/
/*初始化*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { -webkit-text-size-adjust:none; background:#fff; color:#848484; font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif; *position: relative; }
td,th,caption { font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
a { color:#868686; 
	text-decoration:none; 
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;	/* Firefox 4 */
	-webkit-transition: all .3s ease 0s;	/* Safari 和 Chrome */
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;	
	}
a:hover { text-decoration:none; cursor:pointer; color: #25428f; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:12px Verdana,Helvetica,Arial,sans-serif; }
input[placeholder]{
	font:12px "宋体";
}
table { border-collapse:collapse; }
.clear{ clear:both} 
.ch{font-family:"微软雅黑", "黑体", "宋体"}
.en{font-family:Verdana,Helvetica,Arial,sans-serif;}
*:focus { outline: none; }
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1427681952_6701443.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1427681952_6701443.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1427681952_6701443.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1427681952_6701443.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1427681952_6701443.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
	font-family:"iconfont";
	font-style:normal;
	-webkit-text-stroke-width: 0.2px;}             
/*结束*/

/*wordpress编辑器居中*/
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.aligncenter{
    display: block;
    margin-left: auto; 
    margin-right: auto;
}
.list-paddingleft-2{
	padding-left: 2em;
}
ol li{
	list-style-type:decimal;
}
/*结束*/

/*顶部*/
#header{
	background-color: #fff;
	}
.logo{
	margin: 17px 0 5px 0;
	float: left;
	}
.headright{
	float: right;
	margin-top: 15px;
	text-align: right;
}
.headlink{
	*height: 37px;
	float: right;
}
.headercode{
	float: right;
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	font-size: 18px;
}
.headlink a{
	color: #9e9e9e;
	font-size: 35px;
	margin-left: 5px;
	float: right;
}
.headlink .wx{
	color: green;
}
.headlink .qq{
	color: rgb(86, 178, 255);
}
/*搜索框*/
.search{
	float: right;
	width: 300px;
  	height: 28px;	
	position: relative;
}	
.letterinput{
  display:block;
  width: 100%;
  *width: 250px;
  *height: 20px;
  height: 28px;
  margin-top: 4px;
  padding: 6px 32px 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
.letterinput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
.gobutton {
	position: absolute;
	top: 8px;
	background: none;
	border: none;
	right: 10px;
	font-size: 18px;
	color: #464646;
	cursor: pointer;
	*width: 33px;
	*height: 33px;
}
.gobutton:hover,.gobutton:active{
	color: #9e0209;
}	
/*导航*/
.menu{
	width: 100%;
	height: 46px;
	background: url(images/menubg.jpg) repeat-x;
	position: relative;
	z-index: 9999;
	font-size: 14px;
}
.menushadow{
	position: absolute;
	width: 100%;
	bottom: -15px;
	text-align: center;
	*display: none;
}
.menushadow img{
	margin: 0 auto;
}
.menu .topmenu > li{
	float: left;
	width: 153px;
	height: 100%;
	text-align: center;
	position: relative;
}
.menu .topmenu > li > a{
	border-left: 1px solid #6c1f1f;
	border-right: 1px solid #b04d4d;	
	font-weight: bold;
}
.menu .topmenu > li:hover{
	background-color: #6f0707;
}
.menu .topmenu li:first-child a{
	border-left: none;
}
.menu .topmenu li:last-child a{
	border-right: none;
}
.menu .topmenu li a{
	color: #fff;
	display: inline-block;
	margin: 5px 0;
	padding: 10px 0;
	width: 100%;
	*padding: 15px 0;
	*margin:0 auto;

}
.children {
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	width: 100%;
	*margin-left: -75px;
	font-size: 12px;
	font-weight: normal;
}
.children > li{
	background-color: #9A2424;
	border-bottom: 1px solid #b04d4d
}
.children > li:last-child{
	border-bottom: none;
}
.children > li:hover {
	background-color: #6f0707;	
}
/* =========  广告图 / banner ========= */
#banner{
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	}
.bannerul{
	width: 1920px;
	height: 417px;
	margin: 0 auto;	
	position: relative;
	left:50%; 
	margin-left:-960px;
	*margin-left:-1920px; 
}		
.bannerul li{
	float: left;
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
	}
.bannerul li.showpic{
	z-index: 99;
	}
.bannerul li img{
	display: block;
	margin: 0 auto;	
}	
.cbtn .next,.cbtn .prev{
	position: absolute;
	z-index: 999;
	font-size: 3.5em;
	font-weight: bold;
	color: #494949;
	cursor: pointer;
	}
.cbtn .next:hover,.cbtn .prev:hover{
	color: #9c2626;
}	
.cbtn .prev{
	left: .4em;
}	
.cbtn .next{
	right: .4em;
}	
.bnav{
	position: absolute;
	bottom: 1em;
	text-align: center;
	z-index: 9999;
	width: 100%;
	*margin-left: 140px;
}
.dotul{
	margin: 0 auto;
	display: inline-block;
	*width: 140px;
}
.dotul li{
	float: left;
	padding: .5em;
	background-color:#fff;
	border-radius: 50%; 
	margin: 0 .5em;
	cursor: pointer;
	border:2px solid #dbdbdb;
}
.sel-nav{
	background-color: #9c2626 !important;		
}
/* =========  广告图结束 =========  */
/*服务链接*/
#servicenav{
	width: 100%;
	background:url(images/servicenavbg.jpg) repeat-x;
	height: 41px;
}
#servicenav ul li {
	float: left;
	width: 161px;
	height: 100%;
	text-align: center;
	font-size: 14px;
}
#servicenav ul li a{
	border-left: 1px solid #fff;
	border-right: 1px solid #d2d2d2;
}
#servicenav ul li:first-child a{
	border-left: none;
}
#servicenav ul li:last-child a{
	border-right: none;
}
#servicenav ul li a{
	margin: 5px 0;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	color: #181818;
}
/*主体内容*/
#content{
	width: 100%;
	min-height: 350px;
	background:url(images/contentbg.jpg) repeat;
	padding: 20px 0;
}
.mainitem{
	float: left;
	margin-bottom: 20px;
}
.mainitem .tabul{
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.tabox{
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.ositem.aboutitem{
	width: 300px;
}
.maintab .tabul li{
	float: left;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	background-color: #fafafa;
	color: #262626;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}
.maintab .tabul li:before{
	content: "";
	width: 7px;
	height: 70%;
	background-color: #942222;
	position: absolute;
	left: 10px;
	top: 15%;
}
.maintab ul .sel{
	background-color: #fff;
}
.tabox{
	display: inline-block;
	height: 200px;
	width: 300px;
	overflow: hidden;
	position: relative;
}
.mainitem .maintab .tabmain{
	width: 600px;
	height: 200px;
	position: absolute;
	background-color: #fff;
	left: 0;
}
.tabmain .mainbox{
	float: left;
}
.tabmain .mainbox{
	width: 300px;
	height: 200px;
	padding: 10px;
	*padding: 0px;
}
.tabimg{
	width: 100%;
	height: auto;
	display: block;
}

/*在线服务搜索栏*/
.mainbox .ossearch{
   text-align: center;
   margin: 10px 0;
   font-size: 14px;
}
#ossearchform{
	text-align: center;
	font-size: 14px;
}
.ossearchinput{
   padding: 10px;
   border:none;
   background-color: #f5f5f5;
   box-shadow: 0px 0px 5px rgba(0,0,0,.1) inset;
   border-radius:4px;
}
.ossearchinput[placeholder]{
	font-size: 14px;
}
.ossearchbtn{
	padding: 10px;
	border-radius:4px;
	background-color: #bfbfbf;
	border:none;
	color: #fff;
	cursor: pointer;
}
#SearchResult{
	margin: .5em 0;
	color: #942222;
	text-align: center;
}
.newitem{
	width: 500px;
	margin: 0 20px;
}
.maintitel{
	padding: 10px;
	background-color: #fff;
	color: #262626;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;		
}
.maintitel h3{
	margin-left: 20px;
	position: relative;
}
.morenews{
	position: absolute;
	right: 10px;
}
.maintitel:before{
	content: "";
	width: 7px;
	height: 70%;
	background-color: #942222;
	position: absolute;
	left: 10px;
	top: 15%;
}
.mainbox{
	height: 200px;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	*padding: 0px;
}
.indexpost{
	height: 100%;
}
.mainbox .postthum{
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
	*padding: 10px;
}
.mainbox .postthum img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.indexpost .postul{
	float: left;
	width: 60%;
	*width: 45%;
	padding: 5px 5%;
}
.indexpost .postul li{
	font-size: 14px;
	padding: 12px 0;
	border-bottom: 1px dashed #d2d2d2;
}
.aboutitem p{
	line-height: 22px;
	text-indent: 2em;
}
.aboutitem .newimg{
	width: 100%;
	height: auto;
}
.indexnewthum{
	height: 84px;
	overflow: hidden;
}
.aboutmore{
	float: right;
	margin-right: 1em;
	color:#296fa4;
}
/*实验室轮播*/
#sysbanner{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	}
.sysbannerul img{
	width: 100%;
	height: auto;
}
.sysbannerul{
	width: 280px;
	height: 165px;
	margin: 0 auto;	
	position: relative;
	*margin-left: -140px;
	*padding: 5px;
}		
.sysbannerul li{
	float: left;
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
	}
.sysbannerul li.showpic{
	z-index: 99;
	}
/*合作案例*/
.ccitem{
	width: 100%;
	position: relative;
}
#itemscroll{
	width: 100%;
	position: relative;
	height: 100%;
}
.itemscrollbox{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.itemscrollbox ul li img{
	width: 205px;
	height: 109px;
}
#itemscroll ul{
	position: absolute;
}
#isbtn{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 55px;
	z-index: 9999;
}
#isprev,#isnext{
	position: absolute;
	cursor: pointer;
}
#isprev:hover,#isnext:hover{
	color: #942222;
}
#isprev{
	left: 10px;
}
#isnext{
	right: 10px;
}
.isul li{
	float: left;
	padding: 34.5px 9.5px;
	text-align: center;
	width: 224px;
	height: 109px
}
.isul li h4{
	margin: 5px 0;
}
.isul{
	left: 0;
}
/*底部*/
#footer{
	background-color: #4f4f4f;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.ftshadow{
	position: absolute;
	width: 100%;
	top:0;
	text-align: center;
	*display: none;
}
.ftshadow img{
	margin: 0 auto;
}
#footer a{
	padding: 10px;
	display: inline-block;
	color: #dedede;
}
#footer p{
	color: #dedede;
	line-height: 22px;
}
/*内页广告图*/
#pagebanner{
	width: 100%;
	height: 231px;
	overflow: hidden;	
	position: relative;
}
#pagebanner img{
	width: 1920px;
	height: 231px;
	position: relative;
	left:50%; 
	margin-left:-960px; 	
}
/*面包导航*/
#breadcrumb{
	width: 100%;
	background:url(images/servicenavbg.jpg) repeat-x;
	height: 41px;	
}
#breadcrumb p{
	padding: 12px 10px;
}
/*侧边栏*/
.sidebar{
	width: 20%;
	margin: 0 2.5%;
	float: left;
}
.sidebaritem{
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}
.sidebar-item-title{
    width: 100%;
    height: 46px;
    background: url(images/menubg.jpg) repeat-x;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;	
}
.sidebar-item-title h3{
	color: #fff;
	padding: 12px 0;
	font-size: 14px;
}
.sidebar-item-title h3 i{
	font-size: 20px;
}
.sidebar-item-content{
	background-color: #fff;
	padding: 10px;
}
.sidebar-item-content ul li{
	text-align: center;
	border-bottom:1px dashed #c9c9c9;
	position: relative;
}
.sidebar-item-content ul .current-cat a,.sidebar-item-content ul li a:hover{
	color:#841a1a; 
}
.sidebar-item-content ul .current-cat a:before,.sidebar-item-content ul li a:hover:before{
	background-color: #841a1a;
}
.sidebar-item-content ul li:last-child{
	border-bottom:none;
}
.sidebar-item-content ul li a:before{
	content: "";
    width: 13px;
    height: 13px;
    background-color: #b2b2b2;
    display: inline-block;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0,0,0,.3) inset;
}
.sidebar-item-content ul li a:after{
	content: "\e608";	
	font-family:"iconfont";
	font-style:normal;
	position: absolute;
	right: 20px;	
}
.sidebar-item-content ul li a{
	font-size: 14px;
	display: block;
	padding: 25px 0;
	color: #898989;
}
.contact-item-text{
	padding: 10px;
}
.contactitem p{
	font-size: 14px;
	line-height: 24px;
	color: #777777;
}
/*内页主体内容*/
.pagemain{
	width: 70%;
	float: left;
}
.page-title{
	width: 100%;
	height: 82px;
	background: url(images/pagetitlebg.jpg) repeat-x;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	padding: 23px;
	*padding: 0px;
}
.page-title i{
	float: left;
	font-size: 35px;
	display: inline-block;
	margin: 0 10px 0 20px;
	color: #9c2626;
	*margin-top: 20px;
}
.page-title h3:before{
	content: "";
	width: 8px;
	height: 40px;
	background-color: #d4d4d4;
	display: block;
	position: absolute;
	left: 0;
}
.page-title h3{
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	*margin-top: 20px;
}
.page-title h3 em{
	color: #9c2626;
	font-weight: bold;	
}
.page-content{
	padding: 15px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	min-height: 600px;
}
.page-content .dowload-post-ul li{
	padding: 15px 0;
	font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
}
.page-content .dowload-post-ul li:last-child{
	border-bottom: none;
}
.page-content .dowload-post-ul li a{
	color: #636363;
}
.page-content .dowload-post-ul li a i{
	font-size: 25px;
}
/*最新资讯*/
.news-post-ul li{
	*height: 235px;
	padding: 30px 20px;
	border-bottom: 1px solid #e5e3e3;
}
.news-post-ul li:last-child{
	border-bottom: none;
}
.newthum{
	width: 30%;
	float: left;
	height: 200px;
	margin-right: 5%;
	overflow: hidden;
}
.newthum img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.page-posttext{
	width: 65%;
	float: left;
}
.posttext h4{
	font-size: 20px;
	color: #646464;
	margin-bottom: 10px;
	position: relative;
	margin-left: 20px;
}
.posttext h4:before{
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	left: -20px;
	background-color: #8d1e1e;
}
.postmate{
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;	
}
.postmate > span {
  color: #a3a3a3;
  margin-right: 20px;
  float: left;
  display: inline-block;
  padding: .6em 0;
}
.bdsharebuttonbox{
	float: left;
	display: inline-block;
}
.entry{
	padding: 20px 10px;
}
.entry tr,.entry td{
	border:1px solid #eee;
}
.entry p{
	line-height: 24px;
	color: #777777;
	margin-bottom: 10px;
	font-size: 14px;
}
.entry p img{
	max-width: 100%;
	height: auto;
}
.postmore{
	float: right;
	margin-right: 10px;
}
/*在线服务*/
.osimg{
	margin-top: 50px;
	text-align: center;
}
.pagemain .ossearch{
	margin:20px 0;
}
.pagemain .ossearchinput{
	width: 70%;
}
.pagemain .ossearchbtn {
	margin-left: 5px;
	position: relative;
	display: inline-block;
}
.rec-post-ul li{
	padding: 20px 10px;
	border-bottom: 1px solid #ebebeb;
}
.rec-post-ul li:last-child{
	border-bottom: none;
}
.rec-post-ul li h4 a{
	color: #4c4c4c;
}
.rec-post-ul li h4 {
   font-size: 21px;
   padding-bottom: 10px;
   border-bottom: 1px dashed #eee;
}
.rec-post-ul li h4 i{
	font-size: 28px;
}
.rec-post-ul li p{
	color: #838383;
	line-height: 24px;
}
.rec-post-ul .basic{
	padding: 10px 0;
}
/*侧边栏百度地图*/
.sidebar-item-content #allmap {
	height:150px;
	width:100%;
	overflow: hidden;
	border-radius: .5em;
	margin-bottom: 2em;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.contact-content #allmap {
	height:350px;
	width:100%;
	overflow: hidden;
	border-radius: .5em;
	margin-bottom: 2em;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);	
}
.contact-content #allmap *,.sidebar-item-content #allmap *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.anchorBL{ 
display:none; 
} 
/*联系我们*/
.contact-content p {
	text-align: left;
	margin: .5em 0;
	font-size: 1.2em;
	padding: 1em 1.5em;
	border-bottom: 1px dashed #dbdbdb;
	display: inline-block;
	float: left;
	width: 50%;
}
.contact-content p i{
	font-size: 25px;
	margin: 0 20px;
	display: inline-block;
}
/*实验室展示*/
.lab-post-ul li{
	float: left;
	width: 30%;
	margin: 10px 1.6%;
}
.lab-post-ul li a{
	display: block;
	height: 146px;
	overflow: hidden;
}
.lab-post-ul li img{
	width: 100%;
}
.lab-post-ul li p{
	text-align: center;
}
/* =========  弹出层 / LightBox ========= */

.tumbul li{
	float: left;
	margin-right: 1em;
}
.tumbul li img{
	display: block;
	height: auto;
	max-width: 100%;	
}
.popbox{
	width: 100%;
	text-align: center;
	position: fixed; 
	z-index: 99999;
}
.mask{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);

}
.popcontent{
	max-width:50%;
	margin: 0 auto;
	z-index: 99999;
	position:relative;
	padding: 1.5em;
	background-color: #fff;
	margin-top:1em;
	border-radius: .5em;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
}
.popcontent p{
	margin: 1em 0 ;
}
@media (max-width: 786px){
	.popcontent{
	max-width:90%;	
	}
	}
.popimg{
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 100%;		
}
.popclose{
	background-color: #fff;
	width: 2em;
	height: 2em;
	color: #448aca;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	right: -.5em;
	top: -.5em;
	border-radius: 50%;
	font-size: 1.2em;
	cursor: pointer;
}

/* =========  弹出层结束 ========= */

/*我们的服务*/
.ser-post-ul li{
	*height: 215px;
	padding: 30px 20px;
	border-bottom: 1px solid #e5e3e3;
}
.ser-post-ul .posttext h4:before{
	display: none;
}
.ser-post-ul .posttext h4{
	background-color: #f9f9f9;
	padding: 10px;
	margin-left: 0;
	border-radius: 5px;
}
.ser-post-ul .newthum{
	height: 190px;
}
.ser-post-ul .entry{
	padding: 0 10px;
}
/*内容页面*/
.single-content{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	min-height: 600px;
}
.single-content > h4{
	font-size: 20px;
	color: #646464;
	margin-bottom: 10px;
	position: relative;
	margin-left: 20px;
}
.single-content h4:before{
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	left: -20px;
	background-color: #8d1e1e;
}
.bdsharebuttonbox{
    display: block;
}
.single-content ul li{
	list-style: inherit;
}
/*联系我们*/
.feedback-content{
	font-size:14px;
}
.feedback-content p{
	margin-bottom:15px;
	}
.feedback-content label{
	line-height:35px;
	float:left;
}	
.feedback-content .wpcf7-form-control{
	box-shadow: 0px 1px 2px #f3f3f3 inset;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding:10px;
}
.feedback-content .checkbox{
	box-shadow: none;
	padding: 0;
}
.wpcf7-form{
	margin-top: 20px;
}
.wpcf7-form p{
	margin-bottom: 30px;
}
.checkbox .wpcf7-list-item{
	padding: .5em;
	display: inline-block;
}
.feedback-content .wpcf7-text:focus,.fbcon .wpcf7-textarea:focus{
	border:1px solid #f0dc38;
	}
.feedback-content .wpcf7-text{
	border:1px solid #d7d7d7;
	}
.feedback-content .wpcf7-textarea{
	border:1px solid #d7d7d7;
	width:630px;
	max-width:635px;
	max-height:230px;
	}
.wpcf7-submit{
	margin-left:70px;
	width:115px;
	height:45px;
	font-size:14px;
	border:none;
	color:#fff;
	background-color:#9c2626;
	cursor:pointer;}	
.wpcf7-submit:active{
	box-shadow: 0px 1px 2px #9c2626 inset;		
	}
.screen-reader-response {
	width: 635px;
	line-height:18px;
	margin: 0 0 10px 70px;
	}
.wpcf7-not-valid-tip{
	margin-left:10px;
	}	
.wpcf7-response-output{
	margin-left:70px;}
	
/*在线订单*/
/*.ossearch p{
	margin-bottom:30px;
	text-align: left;
}

.ossearch label {
  line-height: 35px;
  float: left;
  width: 6em;
}
.ossearch .input{
  box-shadow: 0px 1px 2px #f3f3f3 inset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  width: 50%;
}
.ossearch .textarea{
	width: 70%;
	max-width: 70%;
	max-height: 230px;
}
.ossearch .input:focus{
	border:1px solid #f0dc38;
	}
#ossubmit{
	margin-left:6em;
	width:115px;
	height:45px;
	font-size:14px;
	border:none;
	color:#fff;
	border-radius: .5em;
	background-color:#9c2626;
	cursor:pointer;	
}
#ossubmit:active{
	box-shadow: 0px 1px 2px #9c2626 inset;		
	}*/	
.os-content label {
	width: 100px;
}
.os-content .wpcf7-submit{
	margin-left: 0;
}
.os-content .screen-reader-response{
	color: green;
}
.os-content .screen-reader-response ul{
	display: none;
}
.os-content .wpcf7-not-valid-tip{
	color: red;
}
.os-content .wpcf7-response-output{
	display: none;
}
/*分页样式*/
.pagecon{
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.pagenavi{
	display: inline-block;	
}
.pagenav{
	max-width:100%;
	margin:30px auto 0 auto;
	text-align: center;
	display: inline-block;
}	
.page-numbers{
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 8px 11px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #999;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	background-color: #fff;
	}	
.pagenavi a:hover,.current{
	background: #9c2626;
	color: #fff;
	}	
.pagenavi:after{
	clear: both;
	display: table;
	content: "";
	margin: 0 auto;
}	

/*招聘*/
.rec-table-box{
	border:1px solid #ddd;
}
.rec-table-title{
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.rec-table-single{
	font-size: 14px;
}

.rec-title-item{
	float: left;
	width: 33.33%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 10px 0;
}
.rec-title-item:last-child{
	border-right:none;
}
.rec-single-top{
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.rec-btn-up{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);		/* IE 9 */
	-webkit-transform: rotate(90deg);	/* Safari and Chrome */
	-o-transform: rotate(90deg);		/* Opera */
	-moz-transform: rotate(90deg);		/* Firefox */
	    display: inline-block;
}

.res-single-bottom{
	display: none;
	padding: 15px;
}

.res-single-bottom p{
	line-height: 24px;
    color: #777777;
    margin-bottom: 10px;
    font-size: 14px;
}

/*荣誉资质*/
.honor-item{
	width: 33.33%;
	margin: 1%;
	float: left;
}
.touxiang img{
	width: 100%;
	height: auto;
	display: block;
}
.honor-item h1{
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

/*董监高简介*/

.newsWordDetail .center 
{
    margin: 0;
    margin-bottom: 10px;
}

.center 
{
    width: 724px;
    margin: 0 auto;
    line-height: 34px;
    position: relative;
    margin-bottom: 10px;
}

.newsWordDetail .center .zongbu 
{
    width: 749px;
    height: 40px;
    line-height: 40px;
}

.inv_dong .zongbu 
{
    background-color: #f1f1f1;
}

.zongbu 
{
    background-color: #ebebeb;
    height: 34px;
    clear: both;
    cursor: pointer;
}

.center .zongbu em 
{
    float: left;
}

.inv_dong .zongjie
{
    color: #9c2626;
    font-size: 16px;
}

.zongjie 
{
    margin-left: 10px;
    color: #81b51b;
    font-size: 16px;
}

.center .zongbu .shouqi 
{
    float: right;
}

.center .zongbu em 
{
    float: left;
}

.center .shouqi 
{
    margin-right: 20px;
    color: #999999;
    font-size: 14px;
}

.shouqi i 
{
    background: url('images/zhankai.png') 0 2px no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.newsWordDetail .center .allcontent 
{
    width: 749px;
}

.jubao, .honourWord, .about-history .con-w, .recourceApply .so_app_left, .newsWordDetail .center .allcontent 
{
    font-family: "宋体";
}

.center .allcontent
{
    overflow: hidden;
}

.allcontent 
{
    display: none;
}

.inv_dong .download 
{
    border-bottom: 1px #ccc dotted;
}

.inv_dong .download em 
{
    color: #2f375d;
    font-size: 14px;
    margin-top: 10px;
}

i, em 
{
    font-style: normal;
    display: inline-block;
}

.inv_dong .download i 
{
    background: url('images/have.png') no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}

.inv_dong .download p 
{
    line-height: 30px;
    margin-bottom: 20px;
}

.newsWordDetail p 
{
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.inv_dong .download i 
{
    background: url('images/have.png') no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}

.inv_dong .zongbu i 
{
    background: url('images/triangle.png') no-repeat;
    width: 10px;
    height: 10px;
    display:inline-block;
}

.inv_dong .cur i 
{
    background: url('images/gl1.png') no-repeat;
    width: 10px;
    height: 10px;
    display:inline-block;
}

/*公司公告*/

.bk-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #f1f1f1 solid;
    line-height: 46px;
    font-size: 14px;
    color: #666;
    padding: 0 0 0 30px;
    background: url('images/have.png') no-repeat 15px 19px;
}

.bk-list li a {
    color: #9c2626;
    float: right;
    margin-right: 20px;
}

.interact-content p{
	font-size: 13px;
    color: #333333;
    font-family: "宋体";
    line-height: 1.5;
}